home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 January / Gamestar_80_2006-01_dvd.iso / Programy / DSPlayer_v.074_beta_full.exe / {app} / config / playbackpopupmenu.def < prev    next >
Text File  |  2004-09-23  |  1KB  |  52 lines

  1. //-------------------------------------------------------------
  2. // Do not change this File without having the documentation !!!
  3. //-------------------------------------------------------------
  4.  
  5. // DSPlayer def file
  6. // for dynamic Popupmenu creation ;)
  7.  
  8.  
  9. // about paylistfilepopupmenu.def
  10. // ------------------------------
  11. // filters, language and skins submenus are automaticly created
  12. // by DSPlayer
  13. // The following entries are the names of the MenuItems in the
  14. // popupmenu
  15. // to support functionality of new items,
  16. // the item click handler must be updated in the DSPlayer code
  17.  
  18.  
  19. // [popupmenu] is a static placeholder
  20. // this command can't be changed
  21. [popupmenu]
  22. ++icongroup begin
  23. **icon
  24. **open.bmp
  25. openfile
  26. openurl
  27. blank1
  28. **icon
  29. **play.bmp
  30. play
  31. **icon
  32. **stop.bmp
  33. stop
  34. **icon
  35. **pause.bmp
  36. pause
  37. **icon
  38. **fastforward.bmp
  39. fastforward
  40. **icon
  41. **fastbackward.bmp
  42. fastbackward
  43. blank2
  44. **icon
  45. **next_chapter.bmp
  46. next
  47. **icon
  48. **previous_chapter.bmp
  49. previous
  50. [end]
  51. // "++******group end" is not supported before [end] tag !!!
  52. // no need to close the group there !!!